win32: Fix DnD when drag icon is below the pointer
authorDieter Verfaillie <dieterv@optionexplicit.be>
Mon, 19 Sep 2011 13:42:19 +0000 (15:42 +0200)
committerAlexander Larsson <alexl@redhat.com>
Thu, 10 Nov 2011 16:40:51 +0000 (17:40 +0100)
commit5406955f7c8b4f49b61dfd9e934997ecf2b8924d
tree8019262644032dcc7fe4f53f1f8cf8d4e06f1464
parent86b8a1ddc882fbc307a06e775fa0e1a0fe65562a
win32: Fix DnD when drag icon is below the pointer

By reverting gdk_drag_find_window_for_screen logic to what it was
before eb21a7df290936223f6a80cef36b52a8c68a1d22.
The old logic knew how to ignore drag_window when searching
for dest_window, but that code was removed (I guess by accident).

https://bugzilla.gnome.org/show_bug.cgi?id=616544
gdk/win32/gdkdnd-win32.c